home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Windows 95
/
Programming Windows 95.iso
/
code
/
CHAP07
/
BEEPER2.MAK
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-01
|
233 b
|
10 lines
#-----------------------
# BEEPER2.MAK make file
#-----------------------
beeper2.exe : beeper2.obj
$(LINKER) $(GUIFLAGS) -OUT:beeper2.exe beeper2.obj $(GUILIBS)
beeper2.obj : beeper2.c
$(CC) $(CFLAGS) beeper2.c